From 89fb16fc2717f24be516d2425e415b16120d07b4 Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Thu, 1 Oct 2020 23:20:10 +0000 Subject: Update issue templates (#4960) * Update issue templates * Delete ISSUE_TEMPLATE.md * Disable blank issues with newfangled issue template method --- .github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md | 18 ------------------ .github/ISSUE_TEMPLATE/config.yml | 1 + .github/ISSUE_TEMPLATE/issue-template.md | 27 +++++++++++++++++++++++++++ 3 files changed, 28 insertions(+), 18 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/issue-template.md diff --git a/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md deleted file mode 100644 index 02a385505..000000000 --- a/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,18 +0,0 @@ -Client version: x.x.x -Server OS: Windows/Linux/macOS/BSD/... -Cuberite Commit id: (Found at the top of the server's console output) - - -### Expected behavior - - -### Actual behavior - - -### Steps to reproduce the behavior - - -### Server log -``` -Relevant part of server log -``` diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..3ba13e0ce --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false diff --git a/.github/ISSUE_TEMPLATE/issue-template.md b/.github/ISSUE_TEMPLATE/issue-template.md new file mode 100644 index 000000000..6c9d1b9d9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue-template.md @@ -0,0 +1,27 @@ +--- +name: Issue Template +about: Report a bug, feature request or another sort of issue +title: '' +labels: '' +assignees: '' + +--- + +Client version: x.x.x +Server OS: Windows/Linux/macOS/BSD/... +Cuberite Commit id: (Found at the top of the server's console output) + + +### Expected behavior + + +### Actual behavior + + +### Steps to reproduce the behavior + + +### Server log +``` +Relevant part of server log +``` -- cgit v1.2.3